aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/groups/[groupId]/page.tsx')
-rw-r--r--src/app/groups/[groupId]/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/groups/[groupId]/page.tsx b/src/app/groups/[groupId]/page.tsx
index b7dc93f..83fc3ef 100644
--- a/src/app/groups/[groupId]/page.tsx
+++ b/src/app/groups/[groupId]/page.tsx
@@ -86,8 +86,8 @@ export default async function GroupPage({
</Badge>
))}
</TableCell>
- <TableCell className="text-right tabular-nums">
- $&nbsp;{expense.amount.toFixed(2)}
+ <TableCell className="text-right tabular-nums whitespace-nowrap">
+ {group.currency} {expense.amount.toFixed(2)}
</TableCell>
<TableCell>
<Button